home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 January / Software of the Month Club 2000 January.iso / pc / Programs / Gub2dem / UNINSTAL.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-08-26  |  96 b   |  6 lines

  1. @echo off
  2. :loop
  3. del %1\uninstal.exe
  4. if exist %1\uninstal.exe goto loop
  5. del %1\uninstal.bat
  6.